home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / batutl.zip / NWUTIL.TXT < prev    next >
Text File  |  1992-07-13  |  3KB  |  102 lines

  1. NWUTIL.ZIP contains the following files:
  2.  
  3.      IFMEMBER EXE     9328   7-25-91  11:55a
  4.      UIG      EXE     9376   7-25-91  11:54a
  5.      GETVOLS  EXE     8400   7-09-91   6:54p
  6.      MAILDIR  EXE     5696   7-02-91   4:54p
  7.      GRPLIST  EXE     5744   7-02-91   3:34p
  8.      LISTGRP  EXE    12304   7-02-91   3:25p
  9.      GETID    EXE     7872   7-02-91   2:56p
  10.      WHOIS    EXE     7536   7-02-91   2:53p
  11.      GETNAME  EXE     7088   7-02-91   2:52p
  12.      KADERC   EXE     7088   6-12-91   5:36p
  13.      VERIFSRV EXE     5568   6-07-91  11:17a
  14.      VERIFQUE EXE     5296   4-16-91   6:54p
  15.      VERIFDIR EXE     4880   1-22-91  11:46a
  16.  
  17. Utilities
  18. ---------
  19.  
  20. The following command line utilities are written in Pascal and are additions to
  21. the Novell full screen utilities. They can be used for 1) administration: LISTGRP,
  22. GRPLIST, GETVOLS 2) batch files: VERIFDIR, VERIFSRV, VERIFQUE, IFMEMBER ,
  23. KADERC or 3) day to day use:  WHOIS, GETID, GETNAME, MAILDIR, UIG.
  24.  
  25. 1. Network Administration utilities
  26. -----------------------------------
  27.   
  28. LISTGRP Usage: LISTGRP GroupName
  29.         displays a sorted list of all userids and their full names
  30.         in group GroupName
  31.         GroupName=ALL displays all users groupwise and sorted on 
  32.         Group and Userid
  33.  
  34. GRPLIST Lists all groups sorted
  35.  
  36. GETVOLS Returns the disk and slot usage of all volumes both numerical as 
  37.         'graphical' requiring ANSI.SYS
  38.  
  39. 2. Batch file utilities
  40. -----------------------
  41.  
  42. KADERC  Usage: KADERC param1 [param2] [param3] [param4]
  43.         where param1  is the file to be displayed
  44.                       max line length=75
  45.         param2-param4 ANSI color sequence -with exception of
  46.                       the escape character- 
  47.         param2=       text color
  48.         param3=       frame color
  49.         param4=       header color -first line-
  50.  
  51.         produces a centered box showing the text from file param1
  52.  
  53. VERIFDIR Usage: VERIFDIR [d:][path]
  54.          Returns errorlevel 0 if the
  55.          directory exists or 3 if
  56.          it does not exist
  57.    
  58. VERIFSRV Usage: VERIFSRV [server name]
  59.          Returns errorlevel 0 if the
  60.          server is attached or 1 if
  61.          it is not attached
  62.    
  63. VERIFQUE Usage: VERIFQUE QueueName
  64.          Returns errorlevel 0 if the
  65.          queue exists on the current server
  66.          1 if not existing
  67.    
  68. IFMEMBER Usage: IFMEMBER UserName GroupName
  69.          Returns errorlevel 1 if UserName
  70.          is member of GroupName, otherwise 0
  71.  
  72. 3. Utilities for general use:
  73. -----------------------------
  74.  
  75. WHOIS   Usage: WHOIS userid
  76.         displays fullname and objectID (hexadecimal and decimal) of userid
  77.    
  78. GETID   Usage: GETID ObjectName
  79.         returns the ObjectId (hex and decimal) and type of ObjectName
  80.         type
  81.  
  82.         1       User
  83.         2       User Group
  84.         3       Print Queue
  85.         4       File Server
  86.         5       Job Server
  87.         6       Gateway
  88.         7       Print Server
  89.         8       Archive Queue
  90.    
  91. GETNAME Usage: GETNAME ObjectId
  92.         where Object = 8 digit ObjectId
  93.         returns the Name of ObjectId and its type (see above)
  94.    
  95. UIG     Usage: UIG username
  96.         returns a list of groups a user is in
  97.         
  98. MAILDIR Usage: MailDir UserName
  99.         changes the directory on the CURRENT drive to \mail\UserId
  100.         on the current drive where: success EL=0, error EL=4
  101.         UserId corresponds with the UserName passed in %1
  102.